home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / misc / cd32ds.lha / s / Clou.startup next >
Text File  |  1995-01-19  |  636b  |  26 lines

  1. ;CD32 Disk Saver by Christian Gines
  2. ;Startup-Sequence for "Der Clou!" / Startup-Sequence für "Der Clou!"
  3.  
  4. CD Cd0:
  5. SetPatch >NIL:
  6. Assign ENV: RAM:
  7. stack 32000
  8. assign TheClouDisk1: SYS:
  9. assign TheClouDisk2: TheClouDisk1:Part2
  10. assign TheClouDisk3: TheClouDisk1:Part3
  11. assign TheClouDisk4: TheClouDisk1:Part4
  12. assign TheClouDisk5: TheClouDisk1:Part5
  13. assign TheClouDisk7: TheClouDisk1:Part7
  14.  
  15. ;The following line contains the save path:
  16. assign TheClouDisk6:  Df0:ClouSave
  17. ;Die vorhergegangene Zeile entählt das Spielstandverzeichnis
  18.  
  19. If Not Exists TheClouDisk6:games.list
  20.   copy TheClouDisk1:Datadisk  TheClouDisk6: all quiet
  21. EndIf
  22.  
  23. DerClou!
  24.  
  25.  
  26.